CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SURF image

搜索资源列表

  1. SURF-V1.0.9-WinDLLVC8

    0下载:
  2. surf代码,能够实现图像上surf特征点的检测和定位等-surf code, to surf on the feature points of image detection and positioning
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1230509
    • 提供者:huangxiaohua
  1. OpenCVsurf.rar

    0下载:
  2. opencv是图像处理中常用到的工具箱,本资料为基于此工具箱的图像处理匹配算法SURF的实现代码。,opencv is commonly used in image processing to the toolbox, the toolbox based on this information for the image processing algorithm to match the achievement of SURF code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2443987
    • 提供者:吴若鸿
  1. save_surf_image

    0下载:
  2. For every image, to extract the surf features, and save for further research.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:10028856
    • 提供者:stoic
  1. OpenSURF

    1下载:
  2. surf算法是现在最新的寻找图像特征点并匹配的算法,与SIFT算法相比速度更快,可以用在3D重建、图像拼接等多个领域-surf algorithm is now the latest to find the image feature points and matching algorithms, compared with the SIFT algorithm is faster, can be used in 3D reconstruction, image mosaic, and othe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1604315
    • 提供者:xmchen
  1. SURF_VC6.0

    0下载:
  2. Visual C++ 6.0 平台下使用OpenCV库实现的SURF特征点检测算法,效率较SIFT特征点检测要高。正确配置OpenCV后能修改输入图像能正确运行。-SURF feature point detection algorithm implemented using the OpenCV library under the Visual C 6.0 platform, more efficient than the SIFT feature point detection is hig
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4578890
    • 提供者:king
  1. find_obj

    1下载:
  2. surf 方法 直接能运行 配上opencv 图像特征点匹配 sift方法的改进版本,在时间上面大大提高同时在光照方面比sift要好很多-Methods can be run directly coupled surf opencv image feature point matching method sift improved version of the above at the time of greatly increased both the light much better th
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:3037
    • 提供者:tjj
  1. SURF

    0下载:
  2. 主要是SURF算法在人脸识别 遥感图像配准和拼接等操作的实现,算法清晰。-SURF algorithm is mainly in face recognition remote sensing image registration and joining together the realization of the operation, the algorithm is clear.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-28
    • 文件大小:10837255
    • 提供者:萧萧
  1. Surface

    0下载:
  2. 三维图象-It is for 3D image
  3. 所属分类:Graph program

    • 发布日期:2017-11-15
    • 文件大小:169815
    • 提供者:张伟锋
  1. A2008

    0下载:
  2. awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:14876
    • 提供者:money
  1. OpenSurf

    0下载:
  2. you can detect feature points in any image. OpenCV is needed.. it uses surf algorithm to do so
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:67625
    • 提供者:jack
  1. surfo

    0下载:
  2. This submission contains a function that computes face normal data for the VertexNormals property of the surface that fixes the lighting (facenorm.m) as well as a workaround function that you can just use in place of surf (surfo.m). Only use th
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:2865
    • 提供者:ragada
  1. eccv06

    0下载:
  2. In this paper, a novel scale- and rotation-invariant interest point detector and descr iptor, coined SURF (Speeded Up Robust Features) is presented. It approximates or even outperforms previously proposed schemes with respect to repeatability, di
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:685712
    • 提供者:yangwei
  1. SIFTtutorial

    0下载:
  2. 图像特征提取以及匹配,sift代码。可用于图片检索中,同比SURF,其算法可以较好的识别图像中文字-Image feature extraction and matching, sift the code. Can be used for image retrieval, up by SURF, the algorithm can better identify the image text
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-16
    • 文件大小:25486335
    • 提供者:sandy
  1. openasurfAndroid.0.2

    0下载:
  2. To face recognition, code to resize image on android
  3. 所属分类:android

    • 发布日期:2017-05-22
    • 文件大小:6796345
    • 提供者:QuangViet
  1. original

    0下载:
  2. surf implementation for yandex conkurs of panorama image matching
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1386
    • 提供者:alex
  1. surf

    0下载:
  2. 使用matlab实现辐射强度的叠加图像及均值-it is about 3d image used matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:768
    • 提供者:zhou
  1. OpenCV_VC6.0_surf

    1下载:
  2. Visual C++ 6.0平台基于OpenCV的SURF图像特征点的检测和匹配源代码,能正确的实现图像特征点的检测和匹配功能,对研究图像特征点匹配非常有帮助。-The Visual C++ 6.0 platform is based on OpenCV SURF image feature points detection and matching of source code, can correct the image feature point detection and matchin
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3111665
    • 提供者:king
  1. surf2stl

    0下载:
  2. 基于surf的图像复制篡改检测matlab实现-surf image detect matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1611
    • 提供者:gfyyw
  1. surf

    0下载:
  2. 改进的sift算法,称为surf,来实现图像的匹配,并显示。 -Improved sift algorithm, known as the surf, to achieve the image matching, and displayed.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:718104
    • 提供者:张倩
  1. surf

    0下载:
  2. 图像匹配 匹配率高 速度快 图像匹配 匹配率高 速度快 -Image matching matching high speed image matching matching high speed
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6345339
    • 提供者:李猛
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com